

.sidepanel .close {
	width: 27px;
	height: 26px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMjggMjciIHdpZHRoPSIyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xNC4wMjU1IDEyLjE3MzUtMTIuNTk2OC0xMi4xNzM1LS43MTkwNzkuNjk0OTIzIDEyLjU5Njc3OSAxMi4xNzM0NzctMTIuOTU4NzQ0IDEyLjUyMzMuNzE5MDg0LjY5NSAxMi45NTg3Ni0xMi41MjMzIDEyLjU5ODUgMTIuMTc1Mi43MTkxLS42OTQ5LTEyLjU5ODYtMTIuMTc1MyAxMi4yMzY2LTExLjgyNTQxLS43MTkxLS42OTQ5MjF6IiBmaWxsPSIjOWQ5ZDlkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: background-image .1s
}

.sidepanel .close:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMjggMjciIHdpZHRoPSIyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xNC4wMjU1IDEyLjE3MzUtMTIuNTk2OC0xMi4xNzM1LS43MTkwNzkuNjk0OTIzIDEyLjU5Njc3OSAxMi4xNzM0NzctMTIuOTU4NzQ0IDEyLjUyMzMuNzE5MDg0LjY5NSAxMi45NTg3Ni0xMi41MjMzIDEyLjU5ODUgMTIuMTc1Mi43MTkxLS42OTQ5LTEyLjU5ODYtMTIuMTc1MyAxMi4yMzY2LTExLjgyNTQxLS43MTkxLS42OTQ5MjF6IiBmaWxsPSIjMmQzMTMyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
	transition: background-image .1s
}

@media only screen and (max-width:1440px) {
	.sidepanel .close {
		width: 24px;
		height: 23px
	}
}

@media only screen and (max-width:1024px) {
	.sidepanel .close {
		width: 20px;
		height: 21px
	}
}

@media only screen and (max-width:767px) {
	.sidepanel .close {
		width: 20px;
		height: 21px
	}
}


@media only screen and (max-width:1440px) {
	.tabs--card .tabs__content {
		height: calc(100% - 25px)
	}
}






.sidepanel {
	position: fixed;
	top: 76px;
	left: -100%;
	max-width:850px;
	height: calc(100vh - 76px);
	background-color: #fff;
	border-top: 1px solid #2D3132;
	border-right: 1px solid #2D3132;
	z-index: 10;
	overflow: auto;
	transition: left .4s
}

.sidepanel--table {
	background-color: #F6F4F2
}

@media only screen and (max-width:1024px) {
	.sidepanel {
		width: 100vw;
		border-right: none
	}
}

@media only screen and (max-width:767px) {
	.sidepanel {
		top: 60px;
		height: calc(100vh - 60px);
		height: calc(var(--vh, 1vh) * 100 - 60px)
	}
}

.sidepanel.show {
	left: 0;
	transition: left .4s
}

.sidepanel__close {
	position: absolute;
	top: 30px;
	right: 30px
}

@media only screen and (max-width:767px) {
	.sidepanel__close {
		top: 9px;
		right: 0;
		box-sizing: content-box;
		padding: 16px;
		background-origin: content-box
	}
}

.sidepanel__wrap {
	padding: 105px 105px 90px
}

@media only screen and (max-width:1440px) {
	.sidepanel__wrap {
		padding: 75px 40px 90px
	}
}

@media only screen and (max-width:767px) {
	.sidepanel__wrap {
		padding: 50px 16px 50px
	}
}

.sidepanel--technology .sidepanel__wrap {
	padding: 0
}

@media only screen and (max-width:1440px) {
	.sidepanel--technology .sidepanel__wrap {
		padding: 0
	}
}

@media only screen and (max-width:767px) {
	.sidepanel--technology .sidepanel__wrap {
		padding: 0
	}
}

.sidepanel__title {
	width: 22ch!important;
	margin-bottom: 87px!important
}

@media only screen and (max-width:767px) {
	.sidepanel__title {
		width: 100%!important;
		margin-bottom: 50px!important
	}
}

.sidepanel--table .sidepanel__title {
	font-family: "formular-bold", sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 45px!important
}

@media only screen and (max-width:1440px) {
	.sidepanel--table .sidepanel__title {
		font-size: 50px
	}
}

@media only screen and (max-width:1024px) {
	.sidepanel--table .sidepanel__title {
		font-size: 40px
	}
}

@media only screen and (max-width:767px) {
	.sidepanel--table .sidepanel__title {
		font-size: 26px
	}
}

.table {
	margin-bottom: 48px;
	font-size: 18px;
	width: 100%
}

@media only screen and (max-width:1280px) {
	.table {
		font-size: 16px
	}
}

@media only screen and (max-width:800px) {
	.table {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.table {
		font-size: 14px
	}
}

.sidepanel__wrap>.table {
	width: 846px
}

@media only screen and (max-width:1280px) {
	.sidepanel__wrap>.table {
		width: 793px
	}
}

@media only screen and (max-width:1024px) {
	.sidepanel__wrap>.table {
		width: 100%
	}
}



.table__col {
	flex: 1 0 0;
	padding-right: 50px
}

.table--list .table__col {
	padding-right: 0
}

@media only screen and (max-width:767px) {
	.table__col {
		padding-right: 30px
	}
}

@media only screen and (max-width:320px) {
	.table__col {
		padding-right: 25px
	}
}

.spec {
	position: relative;
	padding: 95px 105px 70px;
	background-color: #F6F4F2
}

@media only screen and (max-width:1440px) {
	.spec {
		padding: 95px 40px 70px
	}
}

@media only screen and (max-width:767px) {
	.spec {
		padding: 50px 16px 40px
	}
}

.spec__title {
	margin-bottom: 45px
}

.spec__wrap {
	width: 1064px
}

@media only screen and (max-width:1700px) {
	.spec__wrap {
		width: 900px
	}
}

@media only screen and (max-width:1440px) {
	.spec__wrap {
		width: 800px
	}
}

@media only screen and (max-width:1280px) {
	.spec__wrap {
		width: 690px
	}
}

@media only screen and (max-width:767px) {
	.spec__wrap {
		width: 100%
	}
}

.spec__image {
	position: absolute;
	top: 205px;
	left: 71.35vw;
	width: 300px
}

@media only screen and (max-width:1024px) {
	.spec__image {
		display: none
	}
}

.spec__image img {
	width: 100%
}

.spec__logo {
	margin-top: 55px
}

.promis-logo {
	width: 292px;
	height: 87px;
	background: url(/wp-content/themes/twentytwenty/assets/images/promis500_logo.svg) no-repeat;
	background-size: contain
}

@media only screen and (max-width:1440px) {
	.promis-logo {
		width: 223px;
		height: 69px
	}
}

@media only screen and (max-width:767px) {
	.promis-logo {
		width: 205px;
		height: 64px
	}
}

.spread {
	padding: 100px 105px;
	display: flex;
	justify-content: space-between
}


.spread--scheme {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #ECECEC
}

@media only screen and (max-width:1440px) {
	.spread--scheme {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

@media only screen and (max-width:767px) {
	.spread--scheme {
		padding-top: 90px;
		padding-bottom: 100px
	}
}

.sidepanel .spread--scheme {
	padding-top: 86px;
	padding-bottom: 116px
}

@media only screen and (max-width:767px) {
	.sidepanel .spread--scheme {
		padding-top: 60px;
		padding-bottom: 60px
	}
}



@media only screen and (max-width:1440px) {
	.spread__item-r {
		width: 38.13vw
	}
}

@media only screen and (max-width:1024px) {
	.spread__item-r {
		width: 48%;
		padding-top: 0
	}
}

@media only screen and (max-width:767px) {
	.spread__item-r {
		width: 100%;
		order: -1
	}
	.spread--scheme .spread__item-r {
		padding-top: 0
	}
}

.spread__cover {
	max-width: 100%;
	margin: 0 auto;
	display: block
}

@media only screen and (max-width:767px) {
	.spread__cover {
		width: 100vw;
		max-width: 100vw;
		margin: 0 -16px
	}
}



.breadcrumbs {
	display: flex;
	line-height: 1.25;
	margin-bottom: 40px
}

@media only screen and (max-width:767px) {
	.breadcrumbs {
		display: none
	}
}

.breadcrumbs__item {
	padding: 0 1ch
}

.breadcrumbs__item:first-child {
	padding-left: 0
}

.composite-hero {
	display: flex
}


.materials--desktop {
	background-color: #2D3132;
	color: #fff;
	padding: 0 105px
}

@media only screen and (max-width:1440px) {
	.materials--desktop {
		padding: 0 40px
	}
}

@media only screen and (max-width:767px) {
	.materials--desktop {
		padding: 0 16px
	}
}



.materials__wrap {
	display: flex;
	position: relative
}

.materials__wrap--absolute {
	position: absolute;
	top: 0;
	left: 105px;
	height: 100%;
	padding-top: 115px;
	display: flex;
	flex-direction: column
}


.materials__col {
	position: relative;
	width:45%;
}


.materials__col:first-child{
	width:55%;
}


.materials__scheme {
	position: relative;
	width: 100vw;
	padding: 130px 0 0 0px;
	overflow: hidden
}



.materials__scheme-hero {
	width: auto;
	height: 100%;
	object-fit: cover
}

.materials__more {
	margin-top: auto;
	margin-bottom: 48px
}

@media only screen and (max-width:767px) {
	.materials__more {
		margin-bottom: 35px
	}
}



.contacts {
	display: flex;
	padding: 115px 105px 190px;
	color: #2D3132
}

@media only screen and (max-width:1440px) {
	.contacts {
		padding: 75px 40px 130px
	}
}

@media only screen and (max-width:1024px) {
	.contacts {
		padding-top: 50px
	}
}

@media only screen and (max-width:800px) {
	.contacts {
		flex-direction: column
	}
}

@media only screen and (max-width:767px) {
	.contacts {
		padding: 30px 16px 95px
	}
}

.contacts__content {
	width: 920px;
	margin-right: 8.85vw
}

@media only screen and (max-width:1440px) {
	.contacts__content {
		margin-right: 100px
	}
}

@media only screen and (max-width:1024px) {
	.contacts__content {
		margin-right: 60px
	}
}

@media only screen and (max-width:800px) {
	.contacts__content {
		width: 100%
	}
}

.contacts__aside {
	margin-top: 30px;
	font-family: "formular-medium", sans-serif;
	flex-shrink: 0
}

@media only screen and (max-width:1440px) {
	.contacts__aside {
		margin-top: 15px
	}
}

@media only screen and (max-width:800px) {
	.contacts__aside {
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px
	}
}

@media only screen and (max-width:767px) {
	.contacts__aside {
		margin-bottom: -60px
	}
}

.contacts__contacts {
	font-size: 29px;
	line-height: 1;
	margin-bottom: 130px
}

@media only screen and (max-width:1440px) {
	.contacts__contacts {
		font-size: 25px;
		margin-bottom: 100px
	}
}

@media only screen and (max-width:800px) {
	.contacts__contacts {
		width: 100%;
		font-size: 20px;
		margin-bottom: 80px
	}
}

@media only screen and (max-width:767px) {
	.contacts__contacts {
		margin-bottom: 60px
	}
}

.contacts__contacts span {
	width: 100%
}

.contacts__address {
	max-width: 25ch;
	font-size: 20px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 130px
}

@media only screen and (max-width:1440px) {
	.contacts__address {
		font-size: 18px;
		margin-bottom: 100px
	}
}

@media only screen and (max-width:800px) {
	.contacts__address {
		margin-bottom: 0;
		margin-right: 80px;
		font-size: 16px
	}
}

@media only screen and (max-width:767px) {
	.contacts__address {
		margin-bottom: 60px;
		margin-right: 0
	}
}

.about__header {
	color: #fff
}

.about__header::before {
	display: none!important
}

.about__header::before {
	display: none!important
}

@media only screen and (max-width:1440px) {
	.about__hero {
		background-position: 70% 0%
	}
}

.about__content {
	padding: 0 105px
}

@media only screen and (max-width:1440px) {
	.about__content {
		padding: 0 40px
	}
}

@media only screen and (max-width:767px) {
	.about__content {
		padding: 0 16px
	}
}

.about__anchors {
	margin-top: 50px
}

@media only screen and (max-width:1024px) {
	.about__anchors {
		margin-top: 100px
	}
}

@media only screen and (max-width:767px) {
	.about__anchors {
		margin-top: 85px
	}
}

.about__section {
	position: relative;
	padding-top: 1px;
	padding-bottom: 160px
}

@media only screen and (max-width:1440px) {
	.about__section {
		padding-bottom: 130px
	}
}

@media only screen and (max-width:1024px) {
	.about__section {
		padding-bottom: 90px
	}
}

@media only screen and (max-width:767px) {
	.about__section {
		padding-bottom: 70px
	}
}

.about__section--colored {
	border-bottom: 1px solid #2B3134
}

.about__section--colored::before {
	content: '';
	position: absolute;
	top: 0;
	left: -105px;
	width: 100vw;
	height: 55.83vw;
	background-color: #F1F1F1;
	z-index: -1
}

@media only screen and (max-width:1440px) {
	.about__section--colored::before {
		left: -40px
	}
}

@media only screen and (max-width:1024px) {
	.about__section--colored::before {
		height: 700px
	}
}

@media only screen and (max-width:767px) {
	.about__section--colored::before {
		left: -16px;
		height: 534px
	}
}

.about__section-title {
	max-width: 36ch;
	margin-top: 160px;
	margin-bottom: 115px;
	font-family: "formular-medium", sans-serif;
	font-size: 65px;
	line-height: 1.02;
	letter-spacing: -0.05em
}

.about__column--awards .about__section-title {
	max-width: 16ch
}

@media only screen and (max-width:1440px) {
	.about__section-title {
		margin-top: 130px;
		font-size: 55px
	}
}

@media only screen and (max-width:1024px) {
	.about__section-title {
		width: 100%;
		margin-top: 90px;
		margin-bottom: 75px;
		font-size: 45px
	}
}

@media only screen and (max-width:767px) {
	.about__section-title {
		font-size: 26px;
		margin-top: 70px;
		margin-bottom: 60px
	}
}

.about__team {
	margin-bottom: 10px
}

@media only screen and (max-width:1440px) {
	.about__team {
		margin-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.about__team {
		width: 100vw;
		margin: -16px
	}
}

.about__column {
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width:767px) {
	.about__column {
		flex-direction: column;
		justify-content: flex-start
	}
}

.about__column-item {
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column
}

.about__column-item--height {
	max-height: 845px;
	object-fit: cover
}

@media only screen and (max-width:1024px) {
	.about__column-item {
		width: calc(50% - 5px)
	}
}

@media only screen and (max-width:767px) {
	.about__column-item {
		width: 100%
	}
	.about__column-item:last-child {
		order: -1;
		margin-bottom: 20px
	}
}

.about__column--awards .about__column-item:last-child {
	width: 53%;
	margin-left: 30px;
	margin-top: 160px;
	flex-shrink: 0
}

@media only screen and (max-width:1440px) {
	.about__column--awards .about__column-item:last-child {
		margin-top: 130px
	}
}

@media only screen and (max-width:1024px) {
	.about__column--awards .about__column-item:last-child {
		width: calc(50% - 5px);
		margin-top: 90px
	}
}

@media only screen and (max-width:767px) {
	.about__column--awards .about__column-item:last-child {
		width: 100%;
		margin: 60px 0 0 0;
		order: 0
	}
}

.about__column-item>img {
	width: 100%
}

.about__column-item>img:not(:first-child) {
	margin-top: 20px
}

@media only screen and (max-width:1024px) {
	.about__column-item>img:not(:first-child) {
		margin-top: 10px
	}
}

.about__join {
	margin-top: auto;
	width: 30ch;
	font-family: "formular-medium", sans-serif;
	font-size: 29px;
	line-height: 1
}

@media only screen and (max-width:1440px) {
	.about__join {
		font-size: 24px
	}
}

@media only screen and (max-width:1024px) {
	.about__join {
		font-size: 14px
	}
}

@media only screen and (max-width:767px) {
	.about__join {
		max-width: 100%;
		margin-top: 40px;
		font-size: 18px;
		line-height: 1.22
	}
}

.about__join a {
	text-decoration: underline;
	transition: text-decoration .1s
}

.about__join a:hover {
	text-decoration: none;
	transition: text-decoration .1s
}

.about__awards {
	margin-top: 15px
}

@media only screen and (max-width:1440px) {
	.about__awards {
		margin-top: 0
	}
}

.about__text {
	margin-left: -105px;
	margin-top: 0!important
}

@media only screen and (max-width:1440px) {
	.about__text {
		margin-left: -40px
	}
}

@media only screen and (max-width:767px) {
	.about__text {
		margin-left: -16px
	}
}

.technology__header {
	width: 100%;
	height: auto;
	min-height: calc(100vh - 76px);
	background-color: #ECECEC;
	padding: 67px 105px 80px;
	color: #2D3132;
	display: flex;
	flex-direction: column
}

@media only screen and (min-width:1921px) {
	.technology__header {
		min-height: 0;
		max-height: 924px
	}
}

@media only screen and (max-width:1440px) {
	.technology__header {
		padding: 50px 40px 65px
	}
}

@media only screen and (max-width:1024px) {
	.technology__header {
		padding-top: 30px
	}
}

@media only screen and (max-width:800px) {
	.technology__header {
		padding-bottom: 40px
	}
}

@media only screen and (max-width:767px) {
	.technology__header {
		height: calc(100vh - 60px);
		padding: 65px 16px 65px
	}
}

@media only screen and (max-width:330px) {
	.technology__header {
		padding-top: 40px
	}
}

.sidepanel .technology__header {
	min-height: 0;
	padding: 105px 75px 90px 105px
}

@media only screen and (max-width:1440px) {
	.sidepanel .technology__header {
		padding: 75px 40px 90px
	}
}

@media only screen and (max-width:767px) {
	.sidepanel .technology__header {
		padding: 50px 16px 50px;
		height: auto
	}
}

.technology__title {
	margin-bottom: 50px;
	max-width: 28ch
}

@media only screen and (max-width:330px) {
	.technology__title {
		margin-bottom: 40px
	}
}


.technology__hero-wrap {
	width: 100%;
	margin-top: auto
}

@media only screen and (max-width:767px) {
	.technology__hero-wrap {
		width: 100vw;
		margin: 10px -16px 0;
		height: 320px;
		overflow: hidden;
		flex-shrink: 0
	}
}

@media only screen and (max-width:767px) {
	.technology__hero {
		width: 100%;
		height: calc(100% + 10px);
		-webkit-overflow-scrolling: auto;
		overscroll-behavior: none;
		overflow-x: auto
	}
}

#scheme-white,
#scheme-red,
#text-white-2,
#text-white,
#text-red,
#text-red-2,
#lines {
	opacity: 0
}

#scheme-white.show {
	opacity: 1;
	transition: opacity .3s ease-in
}

#text-white-2.show {
	opacity: 1;
	transition: opacity .3s ease-in .2s
}

#text-white.show {
	opacity: 1;
	transition: opacity .3s ease-in .2s
}

#lines.show {
	opacity: 1;
	transition: opacity .1s ease-in .5s
}

#scheme-red.show {
	opacity: 1;
	transition: opacity .3s ease-in .6s
}

#text-red.show {
	opacity: 1;
	transition: opacity .3s ease-in .9s
}

#text-red-2.show {
	opacity: 1;
	transition: opacity .3s ease-in .9s
}


.composite-hero {
  display:flex
}



.composite-hero__body {
  display:flex;
  width:70%;
  position:relative;
  padding-bottom:20px
}

.composite-hero__result{
	width:32%;
}

.composite-hero__body::after {
  content:'';
  position:absolute;
  bottom:0;
  left:-2px;
  width:calc(100% - 12px);
  height:17px;
  border:2px solid #858585;
  border-top:none
}
.composite-hero__item {
  position:relative;
  flex-shrink:0
}

.composite-hero__body .composite-hero__item:first-child::after {
  content:'';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  top:48%;
  right:9px;
  width:70px;
  height:70px;
  background-size:contain
}



.composite-hero__result .composite-hero__item:first-child::before {
  content:'';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  top:48%;
  left:9px;
  width:70px;
  height:20px;
  background-size:contain
}

.composite-hero__title {
  margin-top:5px;
  font-size:18px;
  line-height:1.33;
  text-transform:uppercase
}


